Gets a list of the Event Logs defined for the server.
HRESULT GetEventLogs([out,retval] IEventLogs** eventLogs);
GetEventLogs([out,retval] IEventLogs* eventLogs);
Sub GetEventLogs(eventLogs As [out,retval] IEventLogs*)
An IEventLogs collection containing information about the event logs installed on the server.
The event logs list is used when building user interfaces for the EventLogMonitor.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|